Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

IZoomFX Class Reference

Public ZoomFX buffer interface extension. More...

#include <IAudioExt.h>

List of all members.

Public Methods

virtual void SetBox (const ZoomFXBox &box)=0
virtual void SetOrientation (const ZoomFXOrientation &orientation)=0
virtual void SetMacroFX (uint32 nMacroFX)=0
virtual void SetProperties (const ZoomFXProps &props)=0
virtual void GetProperties (ZoomFXProps &props)=0


Detailed Description

Public ZoomFX buffer interface extension.


Member Function Documentation

void IZoomFX::GetProperties ( ZoomFXProps & props ) [pure virtual]
 

Gets all ZoomFX and MacroFX properties at once.

Parameters:
props   all properties to get

void IZoomFX::SetBox ( const ZoomFXBox & box ) [pure virtual]
 

Set the ZoomFX bounding box dimensions.

Parameters:
box   ZoomFXBox used to set the min and max coordinates of the bounding box

void IZoomFX::SetMacroFX ( uint32 nMacroFX ) [pure virtual]
 

Sets the percentage level of the MacroFX near-position effect.

Parameters:
nMacroFX   percentage of effect

void IZoomFX::SetOrientation ( const ZoomFXOrientation & orientation ) [pure virtual]
 

Set the ZoomFX bounding box orientation.

Parameters:
orientation   The ZoomFXOrientation structure uses two vectors to define the bounding box orientation.

void IZoomFX::SetProperties ( const ZoomFXProps & props ) [pure virtual]
 

Sets all ZoomFX and MacroFX properties at once.

Parameters:
props   all properties to set


The documentation for this class was generated from the following file:
Generated at Sun Jul 28 23:17:42 2002 for GAP Audio System by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001